home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / domacnost a kancelar / autoit / autoit-v3-setup.exe / Include / UpDownConstants.au3 < prev    next >
Encoding:
Text File  |  2007-09-08  |  537 b   |  18 lines

  1. #include-once
  2.  
  3. ; ------------------------------------------------------------------------------
  4. ;
  5. ; AutoIt Version: 3.2
  6. ; Description:    UpDown Constants.
  7. ;
  8. ; ------------------------------------------------------------------------------
  9.  
  10. ; Styles
  11. Global Const $UDS_WRAP                 = 0x0001
  12. Global Const $UDS_SETBUDDYINT        = 0x0002
  13. Global Const $UDS_ALIGNRIGHT         = 0x0004
  14. Global Const $UDS_ALIGNLEFT            = 0x0008
  15. Global Const $UDS_ARROWKEYS         = 0x0020
  16. Global Const $UDS_HORZ                 = 0x0040
  17. Global Const $UDS_NOTHOUSANDS         = 0x0080
  18.